From: Jyrki Gadinger Date: Mon, 21 Jul 2025 11:09:10 +0000 (+0200) Subject: ci: change download url of appimagetool X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1^2~13^2^2~10^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=1cbbce3657e8520c18f1d28435d67e3b2a2143b3;p=nextcloud-desktop.git ci: change download url of appimagetool The appimagetool as previously provided from the AppImageKit repo was deprecated and removed. The new versions as provided by the appimagetool repository also ship with an updated runtime which from my understanding improve compatibility (e.g. libfuse is now statically linked, so systems don't need to have it present) and seem to slightly reduce the binary size as well. Signed-off-by: Jyrki Gadinger --- diff --git a/admin/linux/build-appimage.sh b/admin/linux/build-appimage.sh index 334d58eaa..68aa5da88 100755 --- a/admin/linux/build-appimage.sh +++ b/admin/linux/build-appimage.sh @@ -101,7 +101,7 @@ export QML_SOURCES_PATHS=${DESKTOP_CLIENT_ROOT}/src/gui # Workaround issue #103 and #7231 export APPIMAGETOOL=appimagetool-x86_64.AppImage -wget -O ${APPIMAGETOOL} --ca-directory=/etc/ssl/certs -c https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage +wget -O ${APPIMAGETOOL} --ca-directory=/etc/ssl/certs -c https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage chmod a+x ${APPIMAGETOOL} rm -rf ./squashfs-root ./${APPIMAGETOOL} --appimage-extract